.index-top {
    width: 100%;
    height: 36px;
    background-color: #f8f8f8;
    font-size: 12px;
    border-bottom: 1px solid #f8f8f8;
}

.index-top-btnBox {
    position: relative;
    float: left;
    height: 36px;
    line-height: 36px;
}

.index-top-spacer {
    float: left;
    width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: 13px 10px 0 10px;
}

.index-top-btnIndex {
    width: 60px;
    padding-left: 26px;
    background: url(/static/question/images/shouye-8e4c16ff240243dcea22697b4772595a.png) left center no-repeat;
}

.index-top-btnIndex:hover {
    color: #00b4d2;
    background: url(/static/question/images/shouye_hover-26c1118fe1ab58921efd25d19a4c66f3.png) left center no-repeat;
}

.index-top-btnServe {
    width: 103px;
    padding-left: 36px;
    cursor: pointer;
    background: url(/static/question/images/contact-94c3396d68dc750ff393288b15b8251c.png) 10px center no-repeat;
}

.index-top-btnServe:hover {
    color: #00b4d2;
    background: url(/static/question/images/contact_hover-eb3e05a4ab154bdc15d22ced7889921c.png) 10px center no-repeat;
}

.index-top-btnLogin {
    float: left;
    height: 36px;
    line-height: 36px;
}

/* 联系客服弹出层 */
.contactContent {
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 308px;
    height: 247px;
    z-index: 99;
    padding: 24px 40px;
    font-size: 14px;
    display: none;
    box-shadow: 0 0 10px #ccc;
}

.index-top-btnBox:hover .contactContent {
    display: block;
}

/*banner*/
#zz_carousel {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
}

#zz_carousel:hover .arrow {
    display: block;
}

#zz_carousel .paging {
    position: absolute;
    bottom: 60px;
    left: 50%;
}

#zz_carousel .paging span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

#zz_carousel .paging span.active {
    background-color: #00b4d2;
}

#zz_carousel .image_reel {
    position: absolute;
    width: 100%;
    height: 100%;
}

#zz_carousel .image_reel a {
    width: 100%;
    height: 100%;
    display: none;
}

#zz_carousel .image_reel a.active {
    display: block;
}

#zz_carousel .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 20px;
    width: 20px;
    height: 32px;
    background: url('/static/question/images/arrow-next-c3d31e8289ca99be7cd477b7ffb363e4.png') center center no-repeat;
    cursor: pointer;
}

#zz_carousel .next:hover {
    background: url('/static/question/images/arrow-nextActive-a48f9cbf668e9ff8c9a36a38c5976c53.png') center center no-repeat;
}

#zz_carousel .previous {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 20px;
    width: 20px;
    height: 32px;
    background: url('/static/question/images/arrow-prev-20fcf185d52d6a0fcdc92668d6daa0a1.png') center center no-repeat;
    cursor: pointer;
}

#zz_carousel .previous:hover {
    background: url('/static/question/images/arrow-prevActive-6d7dfb1ca81deccc74bc0862d813c2ef.png') center center no-repeat;
}

.container {
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

/*首页nav*/

.index-navBar {
    height: 56px;
    line-height: 56px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.index-navBar-logo {
    padding-left: 40px;
    background: url(/static/question/images/logo-b831433d801840116c41421a51ba68d3.png) left center no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.index-nav {
    float: left;
    text-align: center;
}

.index-nav a {
    min-width: 110px;
    padding: 0 2px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333;
}

.index-nav:hover .index-nav-btn {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #00b4d2;
}

.index-nav.active > .index-nav-btn {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #00b4d2;
}

.index-nav-childs {
    display: none;
    background: #fff;
    padding: 6px 0;
    box-shadow: 0 0 10px #ddd;
}

.index-nav:hover .index-nav-childs {
    display: block;
}

.index-nav .index-nav-child {
    padding: 0;
    height: 33px;
    line-height: 33px;
    color: #666;
    margin: 10px 0;
}


.index-nav-child {
    display: block;
}

.index-nav-child:hover {
    background: #e3e3e3;
}

.announcement {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.announcement .announcementIcon {
    width: 36px;
    float: left;
    background: url(/static/question/images/announcement-de3cd17a48641ae0edd683e21bf16001.png) left center no-repeat;
    height: 30px;
}

.announcement .announcement-list {
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 1010px;
}

.announcement .announcement-list a span {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 100px;
}

.announcement-list a:hover span {
    color: #00b4d2;
}

/*热门公证用途*/
.hot-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.hot-title {
    height: 38px;
    font-size: 38px;
    text-align: center;
    margin: 83px auto 59px;
}

.hot-con {
    float: left;
    width: 240px;
    height: 190px;
    padding-top: 132px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.hot-con:hover {
    position: relative;
    color: #00b4d2;
    font-weight: bold;
    box-shadow: 0 0 30px #ccc;
}

.solve-container {
    background: #f1fbff;
}

.solve-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.solve-title {
    text-align: center;
    font-size: 32px;
    margin: 75px 0;
}

.solve-con {
    float: left;
    width: 170px;
}

.solve-icon {
    width: 145px;
    height: 145px;
    margin-left: 20px;
}

.solve-material {
    background: url("/static/question/images/icon_material-64e4667ac692e97c4b1313ba2bcb27ec.png") center center no-repeat;
    background-size: 114px 114px;
}

.solve-apply {
    background: url("/static/question/images/icon_apply-412a803669e36711bb4ba500010fa541.png") center center no-repeat;
    background-size: 114px 114px;
}

.solve-pay {
    background: url("/static/question/images/icon_pay-6d9b5f6b1427f68c4d680b78c79ec2c0.png") center center no-repeat;
    background-size: 114px 114px;
}

.solve-accept {
    background: url("/static/question/images/icon_accept-cdf10fc522e119135d123b1ca102d833.png") center center no-repeat;
    background-size: 114px 114px;
}

.solve-examine {
    background: url("/static/question/images/icon_examine-cfe934e5cb8971c7befd07809a6e3b11.png") center center no-repeat;
    background-size: 114px 114px;
}

.solve-key {
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}

.solve-num {
    display: inline-block;
    width: 20px;
    color: #4b4b4b;
    font-size: 40px;
    margin-right: 7px;
    line-height: 54px;
}

.solve-val {
    display: inline-block;
    text-align: center;
    line-height: 70px;
}

.solve-dashed {
    float: left;
    width: 60px;
    height: 2px;
    margin-top: 73px;
    border: 1px dashed #c9c9c9;
}

.solve-start {
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 50px auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #00b4d2;
    border-radius: 30px;
    cursor: pointer;
}

.map-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
}

#chinaMap {
    width: 600px;
    height: 500px;
}

.map-countBox {
    position: absolute;
    left: 0;
    top: 114px;
    width: 348px;
    height: 86px;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
    overflow: hidden;
}

.map-line {
    float: left;
    width: 1px;
    height: 60px;
    background: #e2e2e2;
}

.map-counts {
    float: left;
    width: 172px;
}

.map-countCon {
    margin-top: 16px;
    height: 23px;
    text-align: center;
}

.map-count {
    display: inline-block;
    color: #00b4d2;
    font-size: 30px;
    line-height: 23px;
}

.map-unit {
    display: inline-block;
    color: #8d8d8d;
    line-height: 30px;
}

.map-key {
    margin: 14px 0;
    text-align: center;
    font-size: 18px;
    color: #8d8d8d;
}

.map-con {
    position: absolute;
    right: 0;
    top: 120px;
    width: 530px;
}

.map-cityBox {
    width: 530px;
    height: 50px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
}

.map-searchIcon {
    width: 60px;
    height: 50px;
    background: url(/static/question/images/icon_mapSearch-6660a253d59a5b9a0ef641a866609567.png) center center no-repeat;
    background-size: 21px auto;
    background-color: #00b4d2;
    cursor: pointer;
}

.map-orgBox {
    position: absolute;
    width: 530px;
    box-shadow: 0 0 10px #ccc;
}

.map-orgs {
    margin-left: 17px;
    padding-right: 9px;
    border-bottom: 1px dashed #c9c9c9;
    overflow: hidden;
}

.map-orgName {
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 22px 0 18px 0;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map-orgDistance {
    float: left;
    height: 14px;
    line-height: 14px;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #8d8d8d;
    border-right: 1px solid #8d8d8d;
}

.map-orgAddr {
    float: left;
    max-width: 330px;
    height: 14px;
    line-height: 14px;
    margin-right: 15px;
    font-size: 14px;
    color: #8d8d8d;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map-orgGo {
    float: left;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #00b4d2;
    cursor: pointer;
}

.map-btns {
    margin: 20px 0;
}

.map-orgAll {
    display: block;
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 14px;
    color: #00b4d2;
    background: url("/static/question/images/icon_arrowRight-f3d922695c49a3ff350193248731e50e.png") 315px center no-repeat;
    background-size: 24px auto;
}


/*内页nav*/
.navBar-box {
    position: relative;
    height: 56px;
}

.navBar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    height: 56px;
    line-height: 56px;
    box-shadow: 0 0 10px #eee;
}

.navBar-logo {
    padding-left: 40px;
    background: url(/static/question/images/logo-b831433d801840116c41421a51ba68d3.png) left center no-repeat;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.nav {
    float: left;
    text-align: center;
}

.nav a {
    width: 100px;
    font-size: 14px;
}

.nav:hover .nav-btn {
    color: #00B4D2;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #00B4D2;
}

.nav.active > .nav-btn {
    color: #00B4D2;
    font-size: 18px;
    border-bottom: 2px solid #00B4D2;
    font-weight: bold;
}

.nav-childs {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}

.nav:hover .nav-childs {
    display: block;
}

.nav-child {
    display: block;
}

.nav-child:hover {
    font-weight: bold;
}

/*公证问答*/
.ques-searchBox {
    border-top: 2px solid #eee;
    box-shadow: 0 10px 10px -10px #ccc;
}

.ques-searchCon {
    position: relative;
    width: 1050px;
    height: 110px;
    margin: 0 auto;
    padding-top: 26px;
}

.ques-searchLg {
    float: left;
    margin-right: 20px;
    font-size: 26px;
    color: #00B4D2;
}

.ques-searchSm {
    float: left;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 5px;
    color: #00b4d2;
    border-left: 1px solid #00B4D2;
    margin-right: 30px;
}

.ques-searchInput {
    width: 540px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #c9c9c9;
    border-right: none;
    outline: none;
}

.ques-searchInput::placeholder {
    color: #ccc;
}

.ques-searchBtn {
    float: right;
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
    font-size: 18px;
    color: #fff;
    background: url("/static/question/images/icon_search-c09d5fe730c18c41822982ef0104f96f.png") 11px center no-repeat;
    background-size: 15px auto;
    background-color: #00b4d2;
    cursor: pointer;
}

.ques-searchAsk {
    float: right;
    width: 84px;
    height: 40px;
    line-height: 38px;
    margin-left: 13px;
    font-size: 18px;
    color: #00b4d2;
    text-align: center;
    border: 1px solid #00b4d2;
    cursor: pointer;
}

.ques-historys {
    position: absolute;
    left: 335px;
    top: 75px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

.ques-historyKey {
    float: left;
    color: #8d8d8d;
}

.ques-history {
    float: left;
    max-width: 110px;
    margin-left: 10px;
    color: #8d8d8d;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ques-remove {
    width: 13px;
    margin-left: 8px;
    background: url("/static/question/images/icon_remove-de3cf9aef7daeb36945245279be25f84.png") center center no-repeat;
    cursor: pointer;
    float: left;
    min-height: 20px;
}

.ques-container {
    width: 1050px;
    margin: 20px auto;
}

.ques-left {
    float: left;
    width: 720px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
}

.ques-sorts {
    height: 61px;
    line-height: 60px;
    border-bottom: 1px solid #c9c9c9;
}

.ques-sort {
    float: left;
    font-size: 14px;
    cursor: pointer;
    padding: 0 16px;
    white-space: nowrap;
}

.ques-sort:hover {
    color: #00b4d2;
}

.ques-sort.active {
    color: #00b4d2;
}

.ques-box {
    position: relative;
    padding: 21px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: block;
}

.ques-nameBox {
    height: 30px;
    margin-bottom: 9px;
    overflow: hidden;
}

.ques-port {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.ques-name {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
}

.ques-title {
    display: block;
    line-height: 20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ques-titles {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.ques-desc {
    position: relative;
    margin: 12px 0 17px 0;
    line-height: 20px;
    height: 40px;
    font-size: 13px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ques-descs {
    margin: 12px 0 17px 0;
    line-height: 20px;
    font-size: 13px;
    color: #8d8d8d;
}

.ques-doBox {
    overflow: hidden;
    line-height: 25px;
}

.ques-date {
    float: left;
    margin-right: 18px;
    font-size: 12px;
    white-space: nowrap;
}

.ques-eggs {
    float: left;
    width: 350px;
    overflow: hidden;
}

.ques-egg {
    float: left;
    margin-right: 11px;
    font-size: 12px;
    color: #00b4d2;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ques-view {
    float: right;
    font-size: 12px;
    color: #00b4d2;
}

.ques-do {
    float: right;
    width: 200px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #8d8d8d;
}

.ques-do a:hover {
    color: #00b4d2;
}

.ques-see {
    float: left;
    padding-left: 43px;
    padding-right: 14px;
    background: url("/static/question/images/icon_see-90eda4c75442c262194e4269b7918ad0.png") 15px center no-repeat;
}

.ques-comment {
    float: left;
    padding-left: 45px;
    padding-right: 14px;
    background: url("/static/question/images/icon_comment-2d67e18a7e25a6f93ef8eb499e0c5eb3.png") 15px center no-repeat;
}

.ques-border {
    float: left;
    width: 1px;
    height: 10px;
    margin-top: 5px;
    background: #c9c9c9;
}

.ques-right {
    float: right;
    width: 310px;
}

.ques-sider {
    width: 310px;
    height: 160px;
    margin-bottom: 16px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
}

.ques-answers {
    background: url("/static/question/images/icon_askNotLogin-330326241e7929b4f974230f46e96e95.png") right bottom no-repeat;
    background-size: 88px auto;
    background-color: #fff;
}

.ques-answer {
    text-align: center;
    line-height: 28px;
    padding-top: 30px;
    margin: 0 auto 30px;
    font-size: 20px;
    overflow: hidden;
}

.ques-btns {
    text-align: center;
    font-size: 10px;
}

.ques-login {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    margin: 0 11px;
    color: #fff;
    background: #00b4d2;
    cursor: pointer;
}

.ques-regist {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 22px;
    margin: 0 11px;
    color: #00b4d2;
    border: 1px solid #00b4d2;
}

.ques-man {
    padding: 24px 24px 0 24px;
    height: 90px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
}

.ques-logo {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 100%;
}

.ques-nick {
    line-height: 60px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ques-replys {
    margin-top: 9px;
    overflow: hidden;
}

.ques-reply {
    float: left;
    width: 50%;
    height: 50px;
    text-align: center;
}

.ques-nums {
    height: 28px;
    font-size: 20px;
    text-align: center;
}

.ques-num {
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

.ques-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 7px;
    background: #f00;
    border-radius: 100%;
}

.ques-label {
    height: 22px;
    line-height: 22px;
    color: #8d8d8d;
}

.ques-hot {
    padding: 20px 0 20px 12px;
    height: auto;
}

.ques-hotLabel {
    line-height: 22px;
    margin-bottom: 18px;
}

.ques-tags {
    overflow: hidden;
}

.ques-tag {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 0 10px;
    width: 135px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #454545;
    background: #eee;
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ques-answerNum {
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    font-size: 18px;
    background: #f6f6f6;
}

.ques-answerBox {
    padding-left: 25px;
}

.ques-answerCon {
    margin-top: 20px;
}

.ques-answerTop {
    margin-bottom: 11px;
    padding-right: 40px;
    line-height: 30px;
    overflow: hidden;
}

.ques-answerLogo {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 13px;
    border-radius: 100%;
}

.ques-answerName {
    float: left;
    font-size: 14px;
}

.ques-answerDate {
    float: right;
    color: #8d8d8d;
}

.ques-answerContent {
    line-height: 24px;
    font-size: 14px;
    padding-left: 45px;
    padding-right: 40px;
}

.ques-answerAct {
    overflow: hidden;
    padding-right: 40px;
}

.ques-answerBtn {
    float: right;
    width: 60px;
    height: 12px;
    line-height: 12px;
    margin-top: 12px;
    font-size: 12px;
    color: #00b4d2;
    text-align: center;
    cursor: pointer;
}

.ques-answerDelete {
    border-left: 1px solid #00b4d2;
}

.ques-answerTextBox {
    display: none;
    width: 624px;
    height: 145px;
    margin-left: 45px;
    margin-right: 40px;
    border: 1px solid #c9c9c9;
}

.ques-answerText {
    width: 588px;
    height: 72px;
    margin: 8px 10px;
    font-size: 14px;
    line-height: 24px;
    border: none;
    outline: none;
    resize: none;
}

.ques-answerText::-webkit-scrollbar {
    display: none;
}

.ques-answerDo {
    overflow: hidden;
}

.ques-answerSave {
    width: 70px;
    height: 38px;
    line-height: 38px;
    margin-right: 11px;
    color: #fff;
    text-align: center;
    background: #00b4d2;
    cursor: pointer;
}

.ques-answerCancel {
    width: 70px;
    height: 38px;
    line-height: 38px;
    color: #00b4d2;
    text-align: center;
    cursor: pointer;
}

.ques-answerBorder {
    height: 1px;
    margin-top: 11px;
    margin-left: 45px;
    background: #eee;
}

.ques-replyBox {
    width: 677px;
    height: 152px;
    margin: 23px 0;
    padding: 19px 13px 19px 18px;
    background: #fafafa;
}

.ques-replyCon {
    padding-left: 42px;
    overflow: hidden;
}

.ques-replyText {
    float: left;
    width: 514px;
    height: 70px;
    padding: 11px 14px;
    font-size: 14px;
    resize: none;
    outline: none;
}

.ques-replyText::-webkit-scrollbar {
    display: none;
}

.ques-replyBtn {
    float: right;
    width: 70px;
    height: 38px;
    line-height: 38px;
    margin-top: 12px;
    color: #454545;
    font-size: 16px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    border: none;
}

.ques-relates {
    padding: 16px 14px 26px 14px;
    height: auto;
}

.ques-relate {
    height: 22px;
    margin-bottom: 5px;
}

.ques-relateKey{
    float: left;
}

.ques-relateMore {
    float: right;
    font-size: 12px;
    color: #00b4d2;
}

.ques-relateItem {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #454545;
    border-bottom: 1px dashed #c9c9c9;
    overflow: hidden;
}

.ques-relateItem:hover {
    color: #00b4d2;
}

.ques-relateNum{
    float: right;
}

.ques-relateItem:hover .ques-relateNum {
    color: #00b4d2;
}

.ques-relateTitle {
    float: left;
    width: 200px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ques-relateNum {
    font-size: 12px;
    color: #8d8d8d;
}

.ques-notVerify {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    width: 86px;
    height: 25px;
    background: url("/static/question/images/verify-not-95e535c32583107caf0be47bfa38e031.png");
}

/*input 提示*/
.search-hintBox {
    float: left;
    position: relative;
    width: 630px;
}

.search-hints {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    width: 630px;
    z-index: 10;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}

.search-hintAll {
    height: 65px;
    line-height: 65px;
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.search-alreadys {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    overflow: hidden;
}

.search-already {
    float: left;
    color: #999;
}

.search-alreadyClose {
    float: right;
    color: #01b4d2;
}


.search-hint {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ask-hints {
    position: absolute;
    left: 0;
    top: 41px;
    width: 970px;
    max-height: 460px;
    overflow-y: scroll;
    z-index: 10;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}


/*overlay*/
.overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.overlay-layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
    background: #333;
}

.overlay-isDelete {
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 1001;
    width: 400px;
    height: 218px;
    margin-left: -200px;
    background: #fff;
}

.overlay-head {
    height: 20px;
    margin: 11px 11px 4px 11px;
    overflow: hidden;
}

.overlay-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url("/static/question/images/icon_overlayClose-b4297e4c9aede9fe79e3f8d6c9543b85.png") center center no-repeat;
    cursor: pointer;
}

.overlay-confirmLg {
    height: 33px;
    line-height: 33px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #454545;
    text-align: center;
}

.overlay-confirmSm {
    height: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
}

.overlay-confirmDoBox {
    margin-top: 45px;
    text-align: center;
}

.overlay-confirmDo {
    display: inline-block;
    width: 140px;
    height: 32px;
    margin: 0 14px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}

.overlay-confirmDelete {
    line-height: 32px;
    color: #fff;
    background: #00b4d2;
}

.overlay-confirmCancel {
    height: 32px;
    line-height: 30px;
    color: #00b4d2;
    border: 1px solid #00b4d2;
}

/*公证问答 提问*/
.ask-container {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 50px;
    overflow: hidden;
}

.ask-breads {
    width: 1050px;
    height: 20px;
    line-height: 20px;
    margin: 28px auto;
    font-size: 14px;
    overflow: hidden;
}

.ask-bread {
    float: left;
    margin-right: 5px;
}

.ask-bread.active {
    color: #00b4d2;
}

.ask-box {
    width: 1050px;
    margin: 0 auto;
    padding: 35px 40px;
    background: #fff;
}

.ask-lg {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}

.ask-sm {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.ask-label {
    margin-top: 32px;
    line-height: 22px;
    font-weight: bold;
}

.ask-labelGray {
    display: inline-block;
    margin-left: 20px;
    color: #c9c9c9;
    font-weight: normal;
    font-size: 14px;
}

.ask-con {
    position: relative;
    margin-top: 16px;
    height: 42px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}

.ask-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 850px;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    border: none;
}

.ask-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #c9c9c9;
}

.ask-textCon {
    height: 122px;
}

.ask-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 850px;
    height: 120px;
    line-height: 30px;
    padding: 8px 16px;
    font-size: 14px;
    outline: none;
    border: none;
    resize: none;
}

.ask-text::-webkit-scrollbar {
    display: none;
}

.ask-topics {
    overflow: hidden;
}

.ask-topic {
    float: left;
    min-width: 106px;
    line-height: 36px;
    margin-right: 20px;
    margin-top: 16px;
    padding: 0 12px;
    font-size: 14px;
    color: #454545;
    text-align: center;
    background: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.ask-topic.active {
    color: #fff;
    background: #00b4d2;
}

.ask-tags {
    margin-top: 8px;
    overflow: hidden;
}

.ask-tag {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 16px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #00b4d2;
    border-radius: 4px;
}

.ask-tagName {
    float: left;
    font-size: 14px;
    color: #fff;
}

.ask-close {
    float: right;
    width: 36px;
    height: 36px;
    background: url("/static/question/images/icon_tagClose-604f7009107e03aab7eaf800471635bd.png") center center no-repeat;
    background-size: 11px auto;
    cursor: pointer;
}

.ask-tagAdds {
    float: left;
    width: 80px;
    color: #00b4d2;
    cursor: pointer;
    overflow: hidden;
}

.ask-tagAdd {
    float: left;
    width: 12px;
    height: 36px;
    line-height: 32px;
    margin-right: 4px;
    font-size: 20px;
}

.ask-tagAddV {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.ask-submit {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 50px auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #00b4d2;
    border-radius: 10px;
    cursor: pointer;
}

/*添加问题标签*/
.overlay-items {
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 1001;
    width: 530px;
    margin-left: -265px;
    background: #fff;
    border-radius: 8px;
}

.overlay-head {
    height: 45px;
    overflow: hidden;
}

.overlay-close {
    float: right;
    width: 45px;
    height: 45px;
    background: url("/static/question/images/icon_overlayClose-b4297e4c9aede9fe79e3f8d6c9543b85.png") center center no-repeat;
    cursor: pointer;
}

.overlay-container {
    width: 470px;
    margin: 0 auto 20px;
}

.overlay-title {
    height: 30px;
    font-size: 16px;
}

.overlay-searchs {
    margin: 10px 0;
    overflow: hidden;
}

.overlay-search {
    position: relative;
    float: left;
    width: 390px;
    height: 36px;
    border: 1px solid #ddd;
}

.overlay-searchIcon {
    float: left;
    width: 40px;
    height: 34px;
    background: url("/static/question/images/icon_sousuo-7b9df44c88df96d2a709f517944489b6.png") center center no-repeat;
}

.overlay-searchInput {
    float: left;
    width: 340px;
    height: 34px;
    padding-right: 30px;
    border: none;
    outline: none;
}

.overlay-searchClear{
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: url("/static/question/images/icon_overlayClose-b4297e4c9aede9fe79e3f8d6c9543b85.png") center center no-repeat;
    cursor: pointer;
}

.overlay-searchBtn {
    float: right;
    width: 70px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #01b4d2;
    cursor: pointer;
}

.item-box {
    position: relative;
    width: 470px;
    height: 390px;
}

.item-left {
    float: left;
    width: 40px;
    height: 390px;
    overflow-y: scroll;
    /*IE 10+*/
    -ms-overflow-style: none;
    /*Firefox*/
    overflow: -moz-scrollbars-none;
}

/*chrome 和Safari*/
.item-left::-webkit-scrollbar {
    display: none;
}

.item-letter {
    padding-left: 10px;
    color: #999;
    line-height: 30px;
    cursor: pointer;
}

.item-letter:hover {
    color: #01b4d2;
    font-weight: bold;
}

.item-letter.active {
    color: #01b4d2;
    font-weight: bold;
}

.item-right {
    position: relative;
    float: right;
    width: 410px;
    height: 390px;
    overflow-y: scroll;
}

.item-key {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #01b4d2;
    background: #e3fbff;
}

.item-cont {
    height: 51px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    cursor: pointer;
}

.item-check {
    float: left;
    width: 40px;
    height: 50px;
    background: url("/static/question/images/icon_xuan-686c1fdfed0ee01f26a6d2ce579ade36.png") center center no-repeat;
}

.item-cont.active .item-check {
    background: url("/static/question/images/icon_gouxuan-cb1178143e25b7155652a69d5a9af553.png") center center no-repeat;
}

.overlay-doBox {
    margin: 35px 0;
    text-align: right;
}

.overlay-sure {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-left: 18px;
    text-align: center;
    color: #fff;
    background: #01b4d2;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.overlay-cancel {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    margin-left: 18px;
    color: #01b4d2;
    text-align: center;
    border: 1px solid #01b4d2;
    border-radius: 4px;
    cursor: pointer;
}

/*提问成功*/
.overlay-askTop {
    overflow: hidden;
    text-align: center;
}

.overlay-askIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    background: url("/static/question/images/icon_success-665262133aa53410e2c70c9a941f167b.png");
    background-size: 100% 100%;
}

.overlay-askTip {
    display: inline-block;
    line-height: 30px;
    font-size: 24px;
    color: #454545;
}

.overlay-askLg {
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    color: #00b4d2;
}

.overlay-askQrCode {
    display: block;
    width: 146px;
    height: 146px;
    margin: 8px auto;
    border: 1px dashed #ccc;
}

.overlay-askSm {
    margin-bottom: 30px;
    text-align: center;
    font-size: 10px;
    color: #8d8d8d;
}

/*文章列表*/
.artitle-sorts {
    position: relative;
    height: 60px;
}

.artitle-sortBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 720px;
    padding-right: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
}

.artitle-sortBox.active {
    height: auto;
}

.artitle-sortMore {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    background: url("/static/question/images/icon_deltaDown-1d89f0adbae4f3f616b0883a469ebd1b.png") 30px center no-repeat;
    cursor: pointer;
}

.artitle-sortMore.active {
    background: url("/static/question/images/icon_deltaUp-f070320e0532ca9be766a14a1e2474a5.png") 30px center no-repeat;
}

.article-box {
    display: block;
    height: 190px;
    padding: 35px 16px;
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
}

.article-cover {
    float: left;
    width: 142px;
    height: 108px;
}

.article-con {
    float: right;
    width: 530px;
}

.article-title {
    display: block;
    line-height: 22px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-desc {
    margin: 14px 0 7px 0;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*热门问题*/
.ques-problem {
    display: block;
    height: 20px;
    padding: 0 3px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.ques-problemNum {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    background: #c9c9c9;
}

.ques-problemFirst {
    background: #d20015;
}

.ques-problemSecond {
    background: #d2bd00;
}

.ques-problemThird {
    background: #d27000;
}

.ques-problemTitle {
    float: left;
    max-width: 235px;
    color: #454545;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*文章详情*/

.article-breads {
    width: 1050px;
    height: 25px;
    line-height: 25px;
    margin: 28px auto;
    font-size: 18px;
    overflow: hidden;
}

.article-bread {
    float: left;
    margin-right: 5px;
}

.article-bread.active {
    color: #00b4d2;
}

.articleView-title {
    line-height: 25px;
    margin-top: 25px;
    padding: 0 17px;
    text-align: center;;
}

.articleView-tips {
    height: 17px;
    margin: 12px 0;
    padding: 0 17px;
    color: #8d8d8d;
    font-size: 12px;
    text-align: center;
}

.articleView-tip {
    display: inline-block;
    margin: 0 10px;
}

.articleView-time {
    display: inline-block;
    margin: 0 10px;
    padding-left: 22px;
    background: url("/static/question/images/icon_time-0d37cc450358ad5b04d1d32ee9a5f780.png") left center no-repeat;
}

.articleView-con {
    padding: 17px;
}

.articleView-helps {
    width: 1050px;
    margin: 30px auto;
}

.articleView-help {
    width: 720px;
    text-align: center;
}

.articleView-helpBtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 11px 0 48px;
    color: #fff;
    background: url("/static/question/images/icon_help-2400d3a3915a32608ce4d907b408eeb7.png") 17px center no-repeat;
    background-size: 18px auto;
    background-color: #00b4d2;
    border-radius: 6px;
    cursor: pointer;
}

.articleView-helpTip {
    margin-top: 13px;
    font-size: 14px;
}

.articleView-shares {
    padding: 0 17px 32px 17px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.articleView-share {
    float: left;
    margin-left: 15px;
    width: 30px;
    height: 30px;
}

.share-qq {
    background: url("/static/question/images/icon-qq-a168f6c1e99b371881e099efd67eb03d.png") center center no-repeat;
}

.share-wechat {
    background: url("/static/question/images/icon-wechat-509a141cc98d45ec59a348ddced5b8b8.png") center center no-repeat;
}

.share-friend {
    background: url("/static/question/images/icon-friend-6bd867daffb29d17017c3fe4f103850d.png") center center no-repeat;
}

.share-weibo {
    background: url("/static/question/images/icon-weibo-9b9f30ec991d18eff971acf5d7be4a41.png") center center no-repeat;
}


.articleView-page {
    display: block;
    line-height: 40px;
    color: #333;
}

.articleView-page:hover {
    color: #00b4d2;
}

.articleView-asks {
    line-height: 18px;
    padding-left: 10px;
    margin-top: 50px;
    color: #333;
    border-left: 4px solid #333;
}

.articleView-askInput {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    margin: 20px 0;
    border: 1px solid #666;
    border-radius: 100px;
    outline: none;
}

.articleView-askSubmit {
    display: block;
    width: 110px;
    height: 35px;
    margin-left: 940px;
    padding: 0 25px;
    color: #fff;
    border: none;
    background-color: #00b4d2;
    cursor: pointer;
    border-radius: 6px;
}

.articleView-comments {
    font-size: 14px;
    margin-top: 40px;
}

.articleView-comment {
    margin: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.articleView-commentTop {
    line-height: 30px;
    overflow: hidden;
}

.articleView-commentHead {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url("/static/question/images/icon-portrait-aa69e668a000b5358bbb03d415d32a04.png");
}

.articleView-commentName {
    float: left;
    color: #2692c5;
}

.articleView-reply {
    float: left;
    margin: 0 10px;
}

.articleView-commentDate {
    float: left;
    margin-left: 10px;
    color: #999;
}

.articleView-commentTitle {
    padding: 10px 45px;
    line-height: 30px;
}

.articleView-replyTop {
    padding-left: 45px;
}

.articleView-replys {
    padding-left: 90px;
}

.articleView-more {
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: url("/static/question/images/icon-loadMore-311336489cb58fe337bbabf7f975c652.png") left center no-repeat;
    cursor: pointer;
}

.articleView-more:hover {
    color: #00b4d2;
}

/*搜索*/
.search-container {
    width: 1050px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.search-tip {
    width: 1050px;
    margin: 0 auto;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #8d8d8d;
}

.search-eggs {
    float: left;
    width: 680px;
}

.search-egg{
    max-width: 200px;
}

.search-sorts {
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.search-sort {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 14px;
    border: 1px solid #c9c9c9;
    border-right: none;
    cursor: pointer;
}

.search-sort:last-child {
    border-right: 1px solid #c9c9c9;
}

.search-sort.active {
    color: #fff;
    background: #00b4d2;
    border-color: #00b4d2;
}

/*公证处列表*/
.org-searchBox {
    height: 150px;
    border-top: 2px solid #eee;
    box-shadow: 0 10px 10px -10px #ccc;
}

.org-searchCon {
    position: relative;
    width: 1050px;
    height: 110px;
    margin: 0 auto;
    padding-top: 26px;
}

.org-searchLg {
    float: left;
    margin-right: 30px;
    font-size: 26px;
    color: #00B4D2;
}

.org-searchBody {
    float: left;
    max-width: 890px;
}

.org-selectBox {
    float: left;
    position: relative;
    min-width: 100px;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-right: none;
}

.org-selectVal {
    padding-left: 16px;
    line-height: 38px;
    font-size: 14px;
    white-space: nowrap;
}

.org-selectIcon {
    width: 36px;
    height: 38px;
    background: url("/static/question/images/icon_selectDown-c33c34d22a3e4c87d419550b85cf16ed.png") center center no-repeat;
}

.org-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.org-searchInput {
    width: 540px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #c9c9c9;
    border-right: none;
    outline: none;
}

.org-searchInput::placeholder {
    color: #ccc;
}


.org-citys {
    position: absolute;
    left: 180px;
    top: 79px;
    width: 950px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.org-cityKey {
    float: left;
    width: 54px;
    height: 30px;
    line-height: 30px;
}

.org-cityBox {
    float: left;
    width: 880px;
    overflow: hidden;
}

.org-city {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-right: 8px;
    font-size: 12px;
    border-right: 1px;
    cursor: pointer;
}

.org-city:hover {
    color: #00b4d2;
}

.org-city.active {
    color: #fff;
    background: #00b4d2;
}

.org-cityAll {
    float: left;
    font-size: 14px;
}

.org-container {
    width: 1070px;
    margin: 40px auto;
}

.org-place {
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    margin: 23px 0;
    font-size: 20px;
    background: url("/static/question/images/icon_place-268fd2e2fbb63d0f185ed1373377ea5b.png") left center no-repeat;
}

.org-box {
    overflow: hidden;
}

.org-con {
    display: inline-block;
    width: 340px;
    height: 100%;
    margin: 10px 5px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: top;
}

.org-con:hover {
    box-shadow: 0 0 20px #e1ffff;
}

.org-con:nth-child(3n) {
    margin-right: 0;
}

.org-logo {
    float: left;
    width: 40px;
    height: 40px;
}

.org-cont {
    float: right;
    width: 245px;
}

.org-name {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #202020;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.org-addr {
    margin-bottom: 4px;
    padding-left: 22px;
    line-height: 20px;
    font-size: 14px;
    color: #8d8d8d;
    background: url("/static/question/images/icon_orgDistance-7dccf49431290bb47b1952e3f4bf4f26.png") left 3px no-repeat;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.org-phone {
    margin-bottom: 20px;
    padding-left: 22px;
    line-height: 20px;
    font-size: 14px;
    color: #8d8d8d;
    background: url("/static/question/images/icon_orgPhone-3170b971531a0a23e039a76af31d688e.png") left 3px no-repeat;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.org-con:hover .org-name {
    white-space: normal;
    -ms-text-overflow: clip;
    text-overflow: clip;
    overflow: visible;
}

.org-con:hover .org-addr {
    white-space: normal;
    -ms-text-overflow: clip;
    text-overflow: clip;
    overflow: visible;
}

.org-btns {
    overflow: hidden;
}

.org-btn {
    float: left;
    width: 78px;
    height: 28px;
    line-height: 28px;
    margin-right: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.org-detail {
    color: #00b4d2;
    border: 1px solid #00b4d2;
}

.org-noline{
    float: right;
    height: 28px;
    line-height: 28px;
}

.org-start {
    color: #fff;
    background: #00b4d2;
}

.org-none {
    color: #8d8d8d;
    font-size: 14px;
    text-align: center;
    margin-top: 130px;
    padding-top: 140px;
    height: 300px;
    background: url("/static/question/images/icon_orgNone-7f7c126830b5f7b9e8413e8824263262.png") center top no-repeat;
}

/*公证处详情*/
.orgView-topBox {
    width: 100%;
    height: 500px;
    background: #4d555d;
    overflow: hidden;
}

.orgView-topCon {
    width: 800px;
    margin: 65px auto;
}

.orgView-logo {
    float: left;
    width: 80px;
    height: 80px;
}

.orgView-topCont {
    float: left;
    width: 690px;
    margin-left: 30px;
}

.orgView-names {
    margin-bottom: 10px;
}

.orgView-name {
    float: left;
    max-width: 570px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
}

.orgView-enters {
    float: left;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
}

.orgView-enter {
    width: 76px;
    height: 48px;
    line-height: 37px;
    font-size: 14px;
    text-align: center;
    background: url("/static/question/images/icon_enterOff-d3e99a18908d630609e46f8d2e54ed37.png");
}

.orgView-enter.enter-on {
    background: url("/static/question/images/icon_enterOn-7817aa626ef3687b4bbfc8477c9e030f.png");
}

.orgView-enter.enter-disabled {
    color: #fff;
    background: url("/static/question/images/icon_enterDisabled-1a735153f900ea2b95cf16060263660e.png");
}

.orgView-enters:hover .orgView-enterTips {
    display: block;
}

.orgView-enterTips {
    display: none;
    position: absolute;
    top: -20px;
    left: 80px;
    width: 182px;
    height: 79px;
    margin-left: 10px;
    padding: 9px 11px;
    font-size: 12px;
    background: #fff;
    border-radius: 6px;
}

.orgView-enterTips.enter-on {
    height: 52px;
    top: 0;
}

.orgView-enterTips::after {
    position: absolute;
    top: 30px;
    border: 8px solid transparent;
    content: " ";
    right: 182px;
    border-right-color: #fff;
    border-right-width: 8px;
}

.orgView-enterTips.enter-on::after {
    top: 10px;
}

.orgView-enterTip {
    line-height: 17px;
    margin-bottom: 6px;
    color: #454545;
}

.orgView-tag {
    line-height: 32px;
    margin-bottom: 18px;
    color: #e9e9e9;
    overflow: hidden;
}

.orgView-way{
    float: left;
    max-width: 520px;
}

.orgView-distance {
    float: left;
    margin-left: 15px;
    padding-left: 22px;
    background: url("/static/question/images/icon_place-268fd2e2fbb63d0f185ed1373377ea5b.png") left center no-repeat;
}

.orgView-nav {
    float: left;
    width: 32px;
    height: 32px;
    background: url("/static/question/images/icon_navi-70886a04ab6fb70dd2d7600b2d3c75bb.png");
    cursor: pointer;
}

.orgView-starts {
    float: left;
    width: 900px;
    margin: 30px auto 0;
}

.orgView-start {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffff;
    text-align: center;
    background: #00b4d2;
    cursor: pointer;
    border-radius: 6px;
}

.orgView-container {
    width: 1050px;
    margin: 60px auto;
    padding: 0 28px 80px 50px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
}

.orgView-orgName {
    margin: 45px 0 32px 0;
    font-size: 24px;
}

.orgView-qrCodeBox {
    overflow: hidden;
    text-align: center;
}

.orgView-qrCodes {
    display: inline-block;
    width: 180px;
    height: 220px;
    margin: 0 50px;
}

.orgView-qrCode {
    display: inline-block;
    width: 180px;
    height: 180px;
}

.orgView-qrKey {
    height: 40px;
    text-align: center;
}

/*入驻申请*/
.enter-banner {
    width: 100%;
    height: 450px;
}

.enter-container {
    width: 1050px;
    margin: 0 auto;
}

.enter-firstKey {
    height: 149px;
    line-height: 210px;
    font-size: 32px;
    text-align: center;
    background: url("/static/question/images/01-b684e9a6938618d9c18ed6cfb5367491.png") center center no-repeat;
}

.enter-firstWord {
    margin-top: 10px;
    margin-bottom: 80px;
}

.enter-firstRun {
    font-size: 18px;
    color: #00b4d2;
}

.enter-secondKey {
    height: 149px;
    line-height: 210px;
    font-size: 32px;
    text-align: center;
    background: url("/static/question/images/02-d47487f2119a2742476bd242098690ba.png") center center no-repeat;
}

.enter-seconds {
    margin-bottom: 88px;
    text-align: center;
    vertical-align: top;
}

.enter-second {
    float: left;
    width: 160px;
    height: 202px;
    margin: 0 7px;
    background: url("/static/question/images/icon_enterIconBg-403ec9b249c84a4c12b1f8e1c7534dd9.png");
}

.enter-secondIcon {
    width: 75px;
    height: 75px;
    margin-left: 34px;
    margin-top: 32px;
}

.enter-secondIcon1 {
    background: url("/static/question/images/icon_enterIcon1-e633fd47e4ddb9d99c55be66595c6e13.png");
}

.enter-secondIcon2 {
    background: url("/static/question/images/icon_enterIcon2-31f91fce44dd5977079c342978d4afa9.png");
}

.enter-secondIcon3 {
    background: url("/static/question/images/icon_enterIcon3-6853d04b12d1b997dfd3f9c3c4e76805.png");
}

.enter-secondIcon4 {
    background: url("/static/question/images/icon_enterIcon4-e36365131994c4301e1a3b213978d9d6.png");
}

.enter-secondIcon5 {
    background: url("/static/question/images/icon_enterIcon5-db9184e2d1b9d862fe18b808efb08c71.png");
}

.enter-secondIcon6 {
    background: url("/static/question/images/icon_enterIcon6-d572f892836ba10bee72ea24cea3b8f3.png");
}

.enter-secondTip {
    margin-top: 27px;
    padding: 0 30px 0 15px;
    height: 44px;
    text-align: center;
}

.enter-thirdKey {
    height: 149px;
    line-height: 210px;
    margin-top: 46px;
    font-size: 32px;
    text-align: center;
    background: url("/static/question/images/03-fdfd77d76d5cded72bc77dfa7cbca8b6.png") center center no-repeat;
}

.enter-thirdVip {
    height: 36px;
    line-height: 35px;
    margin-top: 25px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #c9c9c9;
}

.enter-contactTip {
    width: 1050px;
    height: 25px;
    margin: 39px auto 46px;
    font-size: 18px;
    text-align: center;
}

.enter-contactIcon {
    width: 172px;
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    margin: 0 auto;
    font-size: 24px;
    background: url("/static/question/images/icon_enterTel-269b107d79592d1573fb03096d1ffed4.png") left center no-repeat;
}

.enter-contactTel {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
}

/*公证指南*/
.guide-tip {
    position: relative;
    width: 1050px;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    text-align: center;
    margin: 45px auto;
}

.guide-service {
    overflow: hidden;
}

.guide-service1 {
    float: left;
    position: relative;
    width: 250px;
    height: 290px;
    margin-bottom: 15px;
    margin-right: 13px;
    cursor: pointer;
}

.guide-service2 {
    position: relative;
    width: 340px;
    height: 290px;
    cursor: pointer;
    margin-right: 10px;
}

.guide-service1:nth-child(5),.guide-service1:nth-child(6),.guide-service1:nth-child(7) {
    width: 340px;
    margin-right: 10px;
}

.guide-service1:nth-child(4) {
    margin-right: 0;
}

.guide-service1:nth-child(7) {
    margin-right: 0;
}

.guide-serviceName {
    width: 100%;
    height: 290px;
    line-height: 290px;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.guide-serviceCon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.guide-serviceBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .43;
    background: #00b4d2;
}

.guide-serviceBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #fff;
}

.guide-serviceKey {
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 30px;
}

.guide-serviceItems {
    height: 140px;
    padding: 0 10px;
    overflow: hidden;
}

.guide-serviceItem {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.guide-serviceMore {
    display: block;
    margin: 25px auto;
    width: 82px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
}

.guide-service1:hover .guide-serviceName {
    display: none;
}

.guide-service1:hover .guide-serviceCon {
    display: block;
}

.guide-service2:hover .guide-serviceName {
    display: none;
}

.guide-service2:hover .guide-serviceCon {
    display: block;
}

.guide-container {
    width: 100%;
    margin-top: 60px;
    background: #fcfcfc;
    overflow: hidden;
}

.guide-quesBox {
    width: 1050px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 33px;
    background: #fff;
}

.guide-ques {
    display: block;
    height: 65px;
    line-height: 65px;
    padding-right: 23px;
    border-bottom: 1px dashed #c9c9c9;
    overflow: hidden;
}

.guide-ques:hover {
    color: #00b4d2;
}

.guide-quesKey {
    float: left;
    width: 860px;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.guide-quesDate {
    float: right;
    font-size: 12px;
    color: #8d8d8d;
}

.guide-quesMore {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #00b4d2;
}

.guide-askBtn {
    position: absolute;
    right: 24px;
    top: 8px;
    z-index: 10;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #00b4d2;
    border-radius: 6px;
    cursor: pointer;
}

.guide-askBox {
    width: 1050px;
    margin: 0 auto;
    padding: 0 33px;
    background: #fff;
}

.guide-asks {
    display: block;
    padding-top: 28px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #c9c9c9;
}

.guide-askTop {
    height: 22px;
    line-height: 22px;
    margin-bottom: 13px;
    overflow: hidden;
}

.guide-askKey {
    float: left;
    width: 860px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.guide-askDate {
    float: right;
    font-size: 12px;
    color: #8d8d8d;
}

.guide-askDesc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*专题页*/
.special-searchs {
    width: 1050px;
    height: 40px;
    margin: 0 auto;
}

.special-search {
    float: right;
    position: relative;
    width: 244px;
    height: 40px;
}

.special-searchInput {
    float: left;
    width: 154px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #c9c9c9;
    border-right: none;
    outline: none;
}

.special-searchInput::placeholder {
    color: #ccc;
}

.special-searchAsk {
    width: 84px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #00b4d2;
    text-align: center;
    border: 1px solid #00b4d2;
    cursor: pointer;
}

.special-box {
    width: 1050px;
    margin: 50px auto;
    border: 1px solid #ddd;
}

.special-left {
    float: left;
    width: 260px;
}

.special-type {
    display: table;
    position: relative;
    width: 100%;
    height: 144px;
    padding: 0 35px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    border-left: 1px solid #ddd;
}

.special-type.active {
    color: #00b4d2;
    background: url("/static/question/images/icon_arrowRight-f3d922695c49a3ff350193248731e50e.png") 220px center no-repeat;
    background-size: 32px auto;
    background-color: #efefef;
}

.special-typeWrap{
    vertical-align: middle;
    display: table-cell;
    _position: absolute;
    _top: 50%;
}

.special-types{
    _position: relative;
    _top: -50%;
}

.special-right {
    float: right;
    width: 788px;
    box-shadow: 0 0 20px #ccc;
}

.special-rightBox {
    display: none;
    width: 790px;
    height: 100%;
    overflow: hidden;
}

.special-rightBox.active {
    display: block;
}

.special-sort {
    float: left;
    width: 394px;
    height: 216px;
    padding: 76px 0 0 115px;
    color: #454545;
    cursor: pointer;
}

.special-lg {
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 22px;
}

.special-sm {
    line-height: 20px;
    font-size: 14px;
    padding-right: 50px;
}

.special-sort:hover {
    color: #00b4d2;
    background-color: #eee;
}

.foreign-box {
    width: 1080px;
    height: 280px;
    padding: 36px;
    margin: 30px auto;
    background: url("/static/question/images/icon_foreignBg-2345cf11881a97bec9aa12c88ddd8a56.png");
    overflow: hidden;
}

.foreign-cover {
    float: left;
    width: 220px;
    height: 208px;
    line-height: 208px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background: url("/static/question/images/icon_foreignLogo-4e453066b8b89c25bc8fdd1e82c9fcc2.png");
}

.foreign-con {
    float: right;
    width: 730px;
    font-size: 20px;
}

.foreign-tip {
    line-height: 20px;
    margin-top: 33px;
}

.foreign-desc {
    height: 120px;
    line-height: 30px;
    margin-top: 30px;
    color: #8d8d8d;
}

.foreign-itemBox {
    width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

.foreign-itemCon {
    margin-top: 20px;
    overflow: hidden;
}

.foreign-key {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #00b4d2;
    letter-spacing: 2px;
}

.foreign-item {
    float: left;
    width: 230px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    font-size: 18px;
    color: #8d8d8d;
}

.foreign-item:hover {
    color: #00b4d2;
}

.foreign-item2 {
    float: left;
    width: 230px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    font-size: 18px;
    color: #8d8d8d;
}

.foreign-items {
    float: left;
    width: 940px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c9c9c9;
    overflow: hidden;
}

/*修改*/
.nav_detail .nav li > a {
    padding: 0;
}

/*公证指南首页新增*/
.index-float {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 207px;
    z-index: 2;
    background: url("/static/question/images/large-bg-32448261d8a5d4ad7f0757ffe8443aa5.png") center center no-repeat;
}

.index-floatBox {
    position: relative;
    width: 1190px;
    height: 207px;
    margin: 0 auto;
}

.index-floatQr {
    float: right;
    width: 123px;
    height: 123px;
    margin: 42px 42px;
}

.index-floatClose {
    position: absolute;
    top: 45px;
    right: -45px;
    z-index: 3;
    width: 25px;
    height: 25px;
    background: url("/static/question/images/close-9b6370691fd57b5a7ccaf469c7259640.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.index-floatMini {
    position: fixed;
    left: -162px;
    bottom: 60px;
    width: 162px;
    height: 151px;
    z-index: 2;
    background: url("/static/question/images/mini-bg-9e20a583f9dfd65ce2f53a846eaa89db.png") left bottom no-repeat;
    cursor: pointer;
}

.index-floatQrMini {
    float: left;
    margin: 31px 0 0 25px;
}

.index-floatEnter {
    float: right;
    width: 13px;
    height: 23px;
    margin: 65px 18px;
    background: url("/static/question/images/enter-baa4f8ec35ef570a80934fd2c342e572.png");
}

/*新增客服*/
.wgz-fixed {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 280px;
    width: 208px;
    height: 244px;
}

.online-fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 20px;
    width: 165px;
    height: 90px;
    animation: heart 2s infinite alternate;
}

@keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, -30px)
    }
}

.consult-fixed {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 200px;
    width: 82px;
}

.consult-btn {
    width: 82px;
    height: 90px;
    margin-bottom: 3px;
    cursor: pointer;
}

.consult-btn1 {
    background: url("/static/question/newImages/icon-hot-e14e96c3f898057e3930d34706b8e26d.png") center center no-repeat;
    background-size: 100% 100%;
}

.consult-btn2 {
    background-image: url("/static/question/newImages/icon-consult-1d7ddf3ab8fa5b3a3156c09b2b6ef571.png");
    background-size: 100% 100%;
}

.consult-btn3 {
    background-image: url("/static/question/newImages/icon-wechat-f857e8ab170ec1351ab2197453885ff5.png");
    background-size: 100% 100%;
}

.consult-btn4 {
    background-image: url("/static/question/newImages/icon-help-6a8f2be770fa33dcda67beb966f90756.png");
    background-size: 100% 100%;
}

.consult-btn5 {
    width: 82px;
    height: 82px;
    background-image: url("/static/question/newImages/icon-backtop-87294744444b6b86d9fee4c87a128553.png");
    background-size: 100% 100%;
}

.consult-btn1:hover {
    background-image: url("/static/question/newImages/icon-hots-5591ee816e5e14ab179b9fb1ad2253c2.png");
}

.consult-btn2:hover {
    background-image: url("/static/question/newImages/icon-consults-fc4b8a08dbba5c57837f8e77f56f9c20.png");
}

.consult-btn3:hover {
    background-image: url("/static/question/newImages/icon-wechats-f7a8939148b90c87a54c1cc2786ca022.png");
}

.consult-btn4:hover {
    background-image: url("/static/question/newImages/icon-helps-a25be41f1b62ad5fac8c47ffb25aa1a6.png");
}

.consult-float{
    opacity: 0;
    position: absolute;
    top: 183px;
    right: 105px;
    width: 136px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    color: #222;
    font-size: 12px;
    padding-top: 12px;
    box-shadow: 1px 1px 6px #aaa;
}

.consult-float::before{
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    right: -18px;
    z-index: 199;
    border-left-color: #fff;
}

.consult-float p{
    line-height: 50px;
}

.consult-btn3:hover .consult-float{
    opacity: 1;
}

.consult-phone{
    opacity: 0;
    position: absolute;
    top: 4px;
    left: -160px;
    z-index: 2;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 6px #aaa;
}

.consult-phone::before{
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    right: -18px;
    z-index: 199;
    border-left-color: #fff;
}

.consult-btn1:hover .consult-phone{
    opacity: 1;
}

.zero-box1 {
    height: 349px;
}

.zero-box2 {
    height: 330px;
    background: url("/static/consult/image/icon-consultBackg.png") center center no-repeat;
}

.zero-box3 {
    height: 375px;
    background: url("/static/consult/image/icon-busiBackg.png") center center no-repeat;
}

.zero-con {
    width: 1046px;
    margin: 0 auto;
    overflow: hidden;
}

.zero-img1 {
    float: left;
    width: 600px;
    height: 349px;
    background: url("/static/consult/image/consult-bg1.png");
}

.zero-img2 {
    float: right;
    width: 600px;
    height: 349px;
    background: url("/static/consult/image/consult-bg2.png");
}

.zero-cont {
    float: left;
    width: 446px;
    text-align: center;
}

.zero-lg {
    line-height: 70px;
    color: #090909;
    font-size: 42px;
    margin-top: 109px;
}

.zero-consult {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 45px;
    font-size: 26px;
    color: #00B4D2;
    background: url("/static/question/newImages/icon-ask-8fc255d579be73ad9204d72296aa74f5.png") left center no-repeat;
}

.zero-tel {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 45px;
    font-size: 26px;
    color: #00B4D2;
    background: url("/static/question/newImages/icon-tel-f56acd757379eebe8a347fb61fb6e956.png") left center no-repeat;
}

.zero-qrcode {
    display: block;
    width: 213px;
    height: 213px;
    margin: 38px auto 14px;
}

.zero-scan {
    line-height: 28px;
    text-align: center;
}

.zero-cont2 {
    float: right;
    width: 600px;
    text-align: center;
}

.zero-blues {
    line-height: 70px;
    color: #090909;
    font-size: 42px;
    margin-top: 92px;
}

.zero-blue {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
    color: #00B4D2;
}

.zero-cont3 {
    float: right;
    width: 500px;
    color: #fff;
}

.zero-whites{
    line-height: 71px;
    font-size: 42px;
    margin: 87px 0 28px;
}

.zero-phone{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-bottom: 19px;
    padding-left: 48px;
    font-size: 26px;
    background: url("/static/question/newImages/icon-phone-f446102fd64c9df371de35c14412d0ad.png") left center no-repeat;
}

.zero-email{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-bottom: 19px;
    padding-left: 48px;
    font-size: 26px;
    background: url("/static/question/newImages/icon-email-44876f5789581123f314052e1a02d7ad.png") left center no-repeat;
}

/*loading*/
.loading-box {
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.loading-icon {
    height: 200px;
    background: url("/static/question/images/timg-524339e724e0a17f4798c3ad0ba8fa86.gif") center center no-repeat;
    background-size: auto 100px;
}

.how-to {
    margin: 2rem 0 2rem 1rem;
    font-family: "Opens Sans", sans-serif;
    font-weight: 300;
    font-size: .85em;
    letter-spacing: 4px;
    color: rgba(0, 0, 0, 0.8);
}

/*public*/
.colBlue {
    color: #00b4d2;
}

.place-gray::placeholder {
    color: #ccc;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
